home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / daily.bat < prev    next >
DOS Batch File  |  1995-12-05  |  463b  |  19 lines

  1. @Echo Off
  2. Cls
  3.  
  4. Rem    You can add to this batch file if you need.  Many door programs
  5. Rem   require daily maintenance.  This batch file will be run once a day
  6. Rem   around 4am if setup correctly (See also LSConfig: System Events)
  7. Rem   This batch file will never be run by LightSpeed in the Trial edition.
  8.  
  9. Rem    If you installed LightSpeed to a different drive or directory, change
  10. Rem   the following as needed...
  11.  
  12. C:
  13. Cd\Ls
  14. Maint.Exe
  15.  
  16. Exit
  17.  
  18.  
  19.